JavaScript

A5.Buttonbind Method

Syntax

A5.Button.bind(button)

Arguments

buttonelement

The BUTTON element that should be bound to the A5.Button control.

Description

Bind BUTTON element.

Example

// assume "saveButton" is an A5.Button, and "bEle" is a BUTTON element.
saveButton.bind(bEle);